home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / MSFlexgrid20255610172006.psc / MSFLEXGRID sorter module / AdataBasetest.mdb / Customer.json next >
JavaScript Object Notation  |  2006-10-09  |  803b

  1. {
  2.     "schema": {
  3.         "ID1": "Long Integer",
  4.         "First Name": "Text (50)",
  5.         "Last Name": "Text (50)",
  6.         "Address": "Text (50)",
  7.         "City": "Text (50)",
  8.         "State": "Text (50)",
  9.         "Zip": "Long Integer"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID1": 1,
  14.             "First Name": "John",
  15.             "Last Name": "Smith",
  16.             "Address": "1255 S Hoover",
  17.             "City": "Circle",
  18.             "State": "Ohio",
  19.             "Zip": 78251
  20.         },
  21.         {
  22.             "ID1": 2,
  23.             "First Name": "Steve",
  24.             "Last Name": "Smith",
  25.             "Address": "1455 Willow Bend",
  26.             "City": "Round",
  27.             "State": "California",
  28.             "Zip": 56432
  29.         },
  30.         {
  31.             "ID1": 3,
  32.             "First Name": "Bill",
  33.             "Last Name": "Miller",
  34.             "Address": "4554 N. La Cruse",
  35.             "City": "San Diego",
  36.             "State": "California",
  37.             "Zip": 56204
  38.         },
  39.         {
  40.             "ID1": 4,
  41.             "First Name": "John",
  42.             "Last Name": "Hancock",
  43.             "Address": "6532 Yum",
  44.             "City": "Billings",
  45.             "State": "Montana",
  46.             "Zip": 32654
  47.         },
  48.         {
  49.             "ID1": 5,
  50.             "First Name": "Rodney",
  51.             "Last Name": "Dangerfield",
  52.             "Address": "6986 Lua",
  53.             "City": "Bel Aire",
  54.             "State": "California",
  55.             "Zip": 96872
  56.         }
  57.     ]
  58. }